home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Delete < prev    next >
Text File  |  1995-05-19  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4.               Delete(V1.3, 2.x, 3.x...in C: directory))
  5.  
  6.  
  7.  
  8.      NAME
  9.           Delete - Delete any number of files or directories.
  10.  
  11.      SYNOPSIS
  12.           Delete [Files] [ALL] [Q=QUIET] 
  13.  
  14.      DESCRIPTION
  15.             Under 1.3 you can only delete up to ten files or 
  16.         directories with a single Delete command. Wildcards are 
  17.         acceptable.
  18.           
  19.             Under 2.x/3.x you can specify any number of files to 
  20.         delete on the command line, and you can also use wildcard 
  21.         patterns for any or all of these files.
  22.  
  23.      OPTIONS
  24.           ALL 
  25.             By default, you can only Delete empty directories.  
  26.         If you wish to Delete a directory and everything it 
  27.         contains, you can specify this option on the command 
  28.         line.  Note that directories may contain other 
  29.         directories, which themselves may contain directories or 
  30.         files: This option will delete that entire branch of the 
  31.         directory tree, including these additional directories 
  32.         and files.
  33.  
  34.           Q=QUIET
  35.             If you use the ALL switch, or if you specify wildcard 
  36.         patterns, Delete displays a message with each file that 
  37.         it deletes.  This option causes Delete to do its work 
  38.         silently, though error messages are still reported.
  39.  
  40.  
  41.           FORCE
  42.             If the 'd' protection bit is set for a file or 
  43.         directory then that file is protected from deletion. But, 
  44.         by using the FORCE keyword, any file will be deleted 
  45.         including the ones that are 'protected'.
  46.  
  47.  
  48.      EXAMPLE
  49.             1. Delete all files in the current directory
  50.  
  51.                  Delete #?
  52.  
  53.  
  54.             2.  Deletes all files in the directory which start 
  55.         with this or that.
  56.  
  57.                      Delete (This|that)#?
  58.